home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Home 109
/
PC Home 109.iso
/
data1.cab
/
Program_Files
/
be002.dxr
/
00043.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-03-02
|
243 b
|
16 lines
on enterFrame
global temp
set temp to 1
repeat with n = 20 down to 1
puppetSprite(n, 0)
set the visible of sprite n to 1
end repeat
end
on exitFrame
repeat with n = 6 to 28
handcursor(n)
end repeat
go(the frame)
end